Move i386-prime-sysv* and i386-sequent-bsd*
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Jun 1993 23:04:01 +0000 (23:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Jun 1993 23:04:01 +0000 (23:04 +0000)
above the general i386 alternative.

configure1.in

index dcec29b7ec4a2cf86beea5ce9100e2df6735e81d..690b74df0035704c93154dfb7202ee782f6ff9b5 100755 (executable)
@@ -638,6 +638,17 @@ case "${configuration}" in
   i[34]86-intsys-sysv* )
     machine=is386 opsys=usg5-2-2
   ;;
+
+  ## Prime EXL
+  i386-prime-sysv* )
+    machine=i386 opsys=usg5-3
+  ;;
+
+  ## Sequent Symmetry
+  i386-sequent-bsd* )
+    machine=symmetry opsys=bsd4-3
+  ;;
+
   ## Intel 386 machines where we don't care about the manufacturer
   i[34]86-*-* )
     machine=intel386
@@ -745,11 +756,6 @@ case "${configuration}" in
     machine=plexus opsys=usg5-2
   ;;
 
-  ## Prime EXL
-  i386-prime-sysv* )
-    machine=i386 opsys=usg5-3
-  ;;
-
   ## Pyramid machines
   ## I don't really have any idea what sort of processor the Pyramid has,
   ## so I'm assuming it is its own architecture.
@@ -764,10 +770,6 @@ case "${configuration}" in
   ns32k-sequent-bsd4.3 )
     machine=sequent opsys=bsd4-3
   ;;
-  ## Sequent Symmetry
-  i386-sequent-bsd* )
-    machine=symmetry opsys=bsd4-3
-  ;;
 
   ## SONY machines
   m68*-sony-bsd4.2 )